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