Skip to content

Commit c044790

Browse files
committed
another fix
1 parent 82d1740 commit c044790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run-timeboost-demo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ for (( i=0; i<$nodes; i++ )); do
127127
--until $rounds
128128
--keyset-file $keyset_file
129129
--stamp "${stamp}-$i.sf"
130-
--watchdog-timeout 120)
130+
--watchdog-timeout 120
131+
--namespace $namespace)
131132

132133
if $ignore_stamp; then
133134
cmd+=(--ignore-stamp)

0 commit comments

Comments
 (0)