We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32b22 commit 29a4260Copy full SHA for 29a4260
providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps/EventSteps.java
@@ -47,7 +47,7 @@ public void a_stale_event_handler(String eventType) {
47
48
@When("a {} event was fired")
49
public void eventWasFired(String eventType) throws InterruptedException {
50
- eventHandlerShouldBeExecutedWithin(eventType, 8000);
+ eventHandlerShouldBeExecutedWithin(eventType, 10000);
51
}
52
53
@Then("the {} event handler should have been executed")
0 commit comments