add wait statement

This commit is contained in:
Jon Fu 2020-10-09 01:57:44 -04:00
parent e696c4a8eb
commit 0b09833f21
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct IncrementalBackupWorkload : TestWorkload {
wait(success(self->backupAgent.waitBackup(cx, self->tag.toString(), false, &backupContainer, &backupUID)));
state bool e = wait(backupContainer->exists());
if (e) break;
delay(5.0);
wait(delay(5.0));
}
loop {
BackupDescription desc = wait(backupContainer->describeBackup(true));