Skip to content

Commit

Permalink
Increase timeout in DataStreamLifecycleDownsampleDisruptionIT (elas…
Browse files Browse the repository at this point in the history
…tic#122151)

The downsample task sometimes needs a little bit longer to complete so
we bump the timeout from 60s to 120s.

Fixes elastic#122056

(cherry picked from commit 0ec2fe0)

# Conflicts:
#	muted-tests.yml
  • Loading branch information
nielsbauman committed Feb 10, 2025
1 parent cd1acdb commit b4454d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void testDataStreamLifecycleDownsampleRollingRestart() throws Exception {
} catch (Exception e) {
throw new AssertionError(e);
}
}, 60, TimeUnit.SECONDS);
}, 120, TimeUnit.SECONDS);
ensureGreen(targetIndex);
}
}

0 comments on commit b4454d0

Please sign in to comment.