Skip to content

Commit 3fdad32

Browse files
committed
test: add sleep time
1 parent a98af36 commit 3fdad32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export PYTHONPATH="${PYTHONPATH}:${parent_dir}"
55
echo "Starting tests..."
66

77
pytest ./test/testcase/test_sync
8+
sleep 10
89
pytest ./test/testcase/test_async
910

1011
echo "Tests completed."

0 commit comments

Comments
 (0)