Skip to content

Commit

Permalink
try timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 19, 2024
1 parent 68ed701 commit 68d2ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/performance/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ def instances(

if bootstrap_config is not None:
first_node.exec(
["k8s", "bootstrap", "--file", "-"],
["k8s", "bootstrap", "--timeout", "180s", "--file", "-"],
input=str.encode(bootstrap_config),
)
else:
first_node.exec(["k8s", "bootstrap"])
first_node.exec(["k8s", "bootstrap", "--timeout", "180s"])

yield instances

Expand Down

0 comments on commit 68d2ea6

Please sign in to comment.