chore: change default playwright timeout to 5000ms
This commit is contained in:
parent
5d8706c261
commit
b9e27fc885
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def set_timeout(context):
|
||||
context.set_default_timeout(5000)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def login(context, settings, live_server):
|
||||
def do_login(user):
|
||||
|
|
Loading…
Reference in a new issue