We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b29fc commit 9d1c65fCopy full SHA for 9d1c65f
tests/test_app/prerender/components.py
@@ -4,7 +4,9 @@
4
5
import reactpy_django
6
7
-SLEEP_TIME = 1
+from ..tests.utils import GITHUB_ACTIONS
8
+
9
+SLEEP_TIME = 1.5 if GITHUB_ACTIONS else 0.5
10
11
12
@component
0 commit comments