File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
providers/openfeature-provider-flagd/tests/e2e Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ def assert_handlers(
612612 )
613613)
614614def 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)
624624def 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 (
You can’t perform that action at this time.
0 commit comments