Skip to content

Commit 1900859

Browse files
authored
Update conftest.py
timeout
1 parent 46eeb2d commit 1900859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def page(browser):
3939
@pytest.fixture(autouse=True)
4040
def setup(page):
4141
# Set a base URL (optional)
42-
page.set_default_timeout(10000) # Set default timeout
42+
page.set_default_timeout(100000) # Set default timeout
4343
#page.goto("http://127.0.0.1:3000") # Replace with your base URL
4444
page.goto("https://fakestore.testelka.pl/")
4545

@@ -69,4 +69,4 @@ def trace_test(page):
6969
yield
7070

7171
# Stop tracing and save the trace
72-
page.context.tracing.stop(path="trace.zip")
72+
page.context.tracing.stop(path="trace.zip")

0 commit comments

Comments
 (0)