Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Jan 15, 2025
1 parent f25a143 commit e9bb1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_create_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_e2e_create_algorithm(page: Page) -> None:
button = page.locator("#button-new-algorithm-create")
button.click()
page.wait_for_timeout(30000)
expect(page.get_by_text("My new algorithm").first).to_be_visible()
expect(page.get_by_text("My new algorithm").first).to_be_visible(timeout=10000)


@pytest.mark.slow
Expand Down

0 comments on commit e9bb1e9

Please sign in to comment.