Skip to content

Commit 9159f44

Browse files
committed
fixup: incuberating feedback from pr review
Signed-off-by: Simon Schrottner <[email protected]>
1 parent a855a7b commit 9159f44

File tree

1 file changed

+2
-2
lines changed
  • providers/openfeature-provider-flagd/tests/e2e

1 file changed

+2
-2
lines changed

providers/openfeature-provider-flagd/tests/e2e/steps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def assert_handlers(
612612
)
613613
)
614614
def assert_handler_run(event_type: ProviderEvent, event_handles):
615-
assert_handlers(event_handles, event_type, max_wait=20)
615+
assert_handlers(event_handles, event_type, max_wait=30)
616616

617617

618618
@then(
@@ -623,7 +623,7 @@ def assert_handler_run(event_type: ProviderEvent, event_handles):
623623
)
624624
def assert_disconnect_handler(error_handles, event_type: ProviderEvent):
625625
# docker sync upstream restarts every 5s, waiting 2 cycles reduces test noise
626-
assert_handlers(error_handles, event_type, max_wait=20)
626+
assert_handlers(error_handles, event_type, max_wait=30)
627627

628628

629629
@when(

0 commit comments

Comments
 (0)