Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore test execution, clone brnach with longer timeout
Browse files Browse the repository at this point in the history
vEpiphyte committed Jul 5, 2023
1 parent 050151e commit 34551c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/synapse_test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
apt update
apt install -y git
git clone https://github.com/vertexproject/synapse.git -v --depth 1 ./synapse
git clone https://github.com/vertexproject/synapse.git --branch bug_stormsvc_timeout_race -v --depth 1 ./synapse
cd ./synapse
which python3
which python
SYN_VENDOR_TEST=1 python3 -m pytest -v -s --disable-warnings --durations 6 --maxfail 1 -k storm
SYN_VENDOR_TEST=1 python3 -m pytest -v -s --disable-warnings --durations 6 --maxfail 1
# pytest -v -s --disable-warnings --durations 6 --maxfail 6
exit $?

0 comments on commit 34551c8

Please sign in to comment.