add wait statement
This commit is contained in:
parent
e696c4a8eb
commit
0b09833f21
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue