Skip to content

Commit 6238383

Browse files
committed
more sleepy time
1 parent f99e585 commit 6238383

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_app/prerender/components.py

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

55
import reactpy_django
66

7-
SLEEP_TIME = 0.5
7+
SLEEP_TIME = 1
88

99

1010
@component

tests/test_app/tests/test_components.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# type: ignore
12
# ruff: noqa: RUF012, N802
23
import os
34
import socket

0 commit comments

Comments
 (0)