mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-09 08:41:34 +00:00
sleep for 30 seconds before restarting (#71)
This commit is contained in:
parent
51c48453f2
commit
b0c82d2036
@ -33,5 +33,6 @@ while ($true) {
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
log "onefuzz unexpectedly exited, restarting"
|
||||
log "onefuzz unexpectedly exited, restarting after delay"
|
||||
Start-Sleep -Seconds 30
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user