Skip to content

Commit 89f4d1e

Browse files
committed
increase sleep to "fix" flaky tests
Signed-off-by: christian.lutnik <[email protected]>
1 parent 29a4260 commit 89f4d1e

File tree

1 file changed

+1
-1
lines changed
  • providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps

1 file changed

+1
-1
lines changed

providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps/ProviderSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void setupProvider(String providerType) throws InterruptedException {
125125
.statusCode(200);
126126

127127
// giving flagd a little time to start
128-
Thread.sleep(100);
128+
Thread.sleep(300);
129129
FeatureProvider provider =
130130
new FlagdProvider(state.builder.resolverType(State.resolverType).build());
131131

0 commit comments

Comments
 (0)