sleep for 30 seconds before restarting (#71)

This commit is contained in:
bmc-msft 2020-10-01 18:07:08 -04:00 committed by GitHub
parent 51c48453f2
commit b0c82d2036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,6 @@ while ($true) {
exit 1
}
}
log "onefuzz unexpectedly exited, restarting"
log "onefuzz unexpectedly exited, restarting after delay"
Start-Sleep -Seconds 30
}