Skip to content

Commit 162686f

Browse files
committed
increase timeout
1 parent ef2973f commit 162686f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/scripts/test/smokeTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# any child processes created by this process are killed once the main process is terminated
2424
trap "exit" INT TERM ERR
2525
trap "kill 0" EXIT
26-
nodeWaitTimeout=60
26+
nodeWaitTimeout=180
2727

2828
main()
2929
{

0 commit comments

Comments
 (0)