Skip to content

Commit

Permalink
test: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dttbd committed Apr 25, 2024
1 parent 880f94a commit 059f38f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export PYTHONPATH="${PYTHONPATH}:${parent_dir}"
echo "Starting tests..."

pytest ./test/testcase/test_sync --reruns 2 --reruns-delay 1
sleep 5
sleep 60
pytest ./test/testcase/test_async --reruns 2 --reruns-delay 1

echo "Tests completed."

0 comments on commit 059f38f

Please sign in to comment.