Skip to content

Commit

Permalink
[Temporarily increase the timeout for e2e tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Vasilyev <[email protected]>
  • Loading branch information
nolar committed Oct 9, 2023
1 parent 2746dc0 commit 24e8f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_all_examples_are_runnable(mocker, settings, with_crd, exampledir, caplo
# Run an operator and simulate some activity with the operated resource.
with KopfRunner(
['run', '--all-namespaces', '--standalone', '--verbose', str(example_py)],
timeout=60,
timeout=120,
) as runner:

# Give it some time to start.
Expand Down

0 comments on commit 24e8f41

Please sign in to comment.