Skip to content

Commit 56e152f

Browse files
committed
fix flaky test
1 parent 21ae561 commit 56e152f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libsql-server/tests/cluster/replication.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ fn replica_interactive_transaction() {
317317
.unwrap();
318318
tx.commit().await.unwrap();
319319

320+
// libsql-client doesn't support read your writes yet
321+
tokio::time::sleep(Duration::from_secs(1)).await;
322+
320323
let count = conn
321324
.query("select count(0) from test", ())
322325
.await

0 commit comments

Comments
 (0)