Update conftest.py
This commit is contained in:
parent
54ea5dc232
commit
6ee5657268
|
@ -10,12 +10,12 @@ from python3_anticaptcha.core.enum import ProxyTypeEnm
|
||||||
|
|
||||||
@pytest.fixture(scope="function")
|
@pytest.fixture(scope="function")
|
||||||
def delay_func():
|
def delay_func():
|
||||||
time.sleep(0.6)
|
time.sleep(1)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="class")
|
@pytest.fixture(scope="class")
|
||||||
def delay_class():
|
def delay_class():
|
||||||
time.sleep(1)
|
time.sleep(2)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.usefixtures("delay_func")
|
@pytest.mark.usefixtures("delay_func")
|
||||||
|
|
Loading…
Reference in New Issue