Skip to content

Commit

Permalink
Extend timeout for pod stream
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 29, 2024
1 parent b0b1de3 commit 500516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operator_tests/test_config_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_config_server_custom_resource(random_namespace, operator_file):
config_server_stream = config_server_watch.stream(custom_objects_api.list_namespaced_custom_object,
"datalab.tuwien.ac.at", "v1", random_namespace,
"configservers")
pod_stream = pod_watch.stream(core_api.list_namespaced_pod, random_namespace, timeout_seconds=10)
pod_stream = pod_watch.stream(core_api.list_namespaced_pod, random_namespace, timeout_seconds=30)
config_map_stream = config_map_watch.stream(core_api.list_namespaced_config_map, random_namespace,
timeout_seconds=10)

Expand Down

0 comments on commit 500516b

Please sign in to comment.