From 3b5f664729263a1dd9f16aa7383df45dfe7e6c2a Mon Sep 17 00:00:00 2001 From: Scott Fairclough Date: Wed, 23 Oct 2024 22:14:36 +0100 Subject: [PATCH] allow more time for unwinds test to run --- zk/tests/unwinds/unwind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk/tests/unwinds/unwind.sh b/zk/tests/unwinds/unwind.sh index d1dad14e132..d83eeebbdca 100755 --- a/zk/tests/unwinds/unwind.sh +++ b/zk/tests/unwinds/unwind.sh @@ -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