Skip to content

Commit

Permalink
read logs every second
Browse files Browse the repository at this point in the history
Signed-off-by: aerosouund <[email protected]>
  • Loading branch information
aerosouund committed Oct 19, 2024
1 parent bae993b commit 18d2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-provision/gocli/opts/multus/multus.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (o *multusOpt) Exec() error {
continue
}
}
time.Sleep(10 * time.Second)
time.Sleep(1 * time.Second)
}
return nil
}

0 comments on commit 18d2f70

Please sign in to comment.