Fix spurious test failure
The timed_out error, if happens, could cause the test to fail, even though there is nothing wrong with the database.
This commit is contained in:
parent
fe338ced8f
commit
23b51e34fd
|
@ -132,7 +132,7 @@ struct DataLossRecoveryWorkload : TestWorkload {
|
|||
} else {
|
||||
tr.clear(key);
|
||||
}
|
||||
wait(timeoutError(tr.commit(), 30.0));
|
||||
wait(tr.commit());
|
||||
break;
|
||||
} catch (Error& e) {
|
||||
wait(tr.onError(e));
|
||||
|
|
Loading…
Reference in New Issue