Skip to content

Commit 59ef7d4

Browse files
author
Joji Mekkatt
committed
Fix #302
1 parent 50f6fd9 commit 59ef7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemtests/node_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (n *node) runContainer(spec containerSpec) (*container, error) {
147147
}
148148

149149
if spec.commandName == "" {
150-
spec.commandName = "sleep 10m"
150+
spec.commandName = "sleep 60m"
151151
}
152152

153153
if spec.name != "" {

0 commit comments

Comments
 (0)