Skip to content

Commit

Permalink
modification du code
Browse files Browse the repository at this point in the history
  • Loading branch information
juguirlet committed Dec 16, 2023
1 parent 9a8362e commit 6a8b66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
@pytest.fixture
def streamlit_client():
script_path = "app/app.py"
with AppTest(script_path) as app_test:
default_timeout = 3
with AppTest(script_path, default_timeout=default_timeout) as app_test:
yield app_test

def test_get_customers_ids(streamlit_client):
Expand Down

0 comments on commit 6a8b66c

Please sign in to comment.