Skip to content

Commit

Permalink
allow more time for unwinds test to run
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored and cffls committed Oct 23, 2024
1 parent 59ea80c commit 3b5f664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/tests/unwinds/unwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rm -rf "$dataPath/phase1-diffs"
rm -rf "$dataPath/phase2-diffs"

# run datastream server
timeout 300s go run ./zk/debug_tools/datastream-host --file="$(pwd)/zk/tests/unwinds/datastream/hermez-dynamic-integration8-datastream/data-stream.bin" &
timeout 600s go run ./zk/debug_tools/datastream-host --file="$(pwd)/zk/tests/unwinds/datastream/hermez-dynamic-integration8-datastream/data-stream.bin" &

# in order to start the datastream server
sleep 5
Expand Down

0 comments on commit 3b5f664

Please sign in to comment.