Skip to content

Commit e28f6f6

Browse files
committed
test: fix test error
1 parent 880f94a commit e28f6f6

File tree

2 files changed

+82
-109
lines changed

2 files changed

+82
-109
lines changed

test/run_test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export PYTHONPATH="${PYTHONPATH}:${parent_dir}"
55
echo "Starting tests..."
66

77
pytest ./test/testcase/test_sync --reruns 2 --reruns-delay 1
8-
sleep 5
8+
sleep 60
99
pytest ./test/testcase/test_async --reruns 2 --reruns-delay 1
1010

1111
echo "Tests completed."
12-

0 commit comments

Comments
 (0)