Skip to content

Commit cbf659e

Browse files
committed
fix: graceful restarts of celestia node.
1 parent 7a13abb commit cbf659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/container-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Run the command and capture the output
3-
STATUS=$(timeout 7m just suzuka-full-node docker-compose local.setup.test --abort-on-container-failure)
3+
STATUS=$(timeout 4m just suzuka-full-node docker-compose local.setup.test --abort-on-container-failure)
44
EXIT_CODE=$?
55

66
# Check the exit code and act accordingly

0 commit comments

Comments
 (0)