Skip to content

Commit 9d1c65f

Browse files
committed
More sleepy time on github
1 parent 39b29fc commit 9d1c65f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_app/prerender/components.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
import reactpy_django
66

7-
SLEEP_TIME = 1
7+
from ..tests.utils import GITHUB_ACTIONS
8+
9+
SLEEP_TIME = 1.5 if GITHUB_ACTIONS else 0.5
810

911

1012
@component

0 commit comments

Comments
 (0)