We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a13abb commit cbf659eCopy full SHA for cbf659e
scripts/tests/container-test
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
# Run the command and capture the output
3
-STATUS=$(timeout 7m just suzuka-full-node docker-compose local.setup.test --abort-on-container-failure)
+STATUS=$(timeout 4m just suzuka-full-node docker-compose local.setup.test --abort-on-container-failure)
4
EXIT_CODE=$?
5
6
# Check the exit code and act accordingly
0 commit comments