summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-20 13:16:19 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-20 13:16:19 +0200
commit513c8343ca6c89ec4bd2454c5b8b0fce0fe6ee36 (patch)
tree61b55622654cc48ecdcf2923501c331a014894f3
parent7f68f3650803ab32162ab332d98e9cc0a6fa5cbf (diff)
downloadqutebrowser-513c8343ca6c89ec4bd2454c5b8b0fce0fe6ee36.tar.gz
qutebrowser-513c8343ca6c89ec4bd2454c5b8b0fce0fe6ee36.zip
test_throttle: Increase delay on CI some more
-rw-r--r--tests/unit/misc/test_throttle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_throttle.py b/tests/unit/misc/test_throttle.py
index 63babc122..0e2db3aee 100644
--- a/tests/unit/misc/test_throttle.py
+++ b/tests/unit/misc/test_throttle.py
@@ -29,7 +29,7 @@ from helpers import utils
from qutebrowser.misc import throttle
-DELAY = 300 if utils.ON_CI else 100
+DELAY = 500 if utils.ON_CI else 100
@pytest.fixture