Skip to content

Commit d38b909

Browse files
test: extend fio completion timeout
Signed-off-by: Tiago Castro <[email protected]>
1 parent b9a7f3f commit d38b909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-engine/tests/nexus_child_retire.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async fn nexus_child_retire_persist_unresponsive_with_fio() {
273273
cluster.test.thaw("etcd").await.unwrap();
274274

275275
assert!(
276-
tokio::time::timeout(Duration::from_secs(1), &mut r1)
276+
tokio::time::timeout(Duration::from_secs(2), &mut r1)
277277
.await
278278
.is_ok(),
279279
"I/O to nexus must proceed when ETCD is thawed"

0 commit comments

Comments
 (0)