Skip to content

Commit 60e1578

Browse files
committed
Replace sh sleep with native gfsh sleep command
1 parent 66fedab commit 60e1578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wan/scripts/start.gfsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ disconnect
2222
# Start the New York (ny) cluster
2323
run --file=./scripts/start-ny.gfsh
2424
disconnect
25-
sh sleep 5
25+
sleep --time=5
2626

2727
# Create the region on each cluster and bind the gateway senders/receivers to region
2828
run --file=./scripts/start-wan.gfsh

0 commit comments

Comments
 (0)