Skip to content

Commit 3379706

Browse files
dropped eventuals
1 parent 3f49109 commit 3379706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/subgraph_client/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ mod test {
439439
);
440440

441441
// Waiting for status to propegate
442-
tokio::time::sleep(Duration::from_millis(1000)).await;
442+
tokio::time::sleep(Duration::from_millis(300)).await;
443443

444444
// Query the subgraph
445445
let data = client

0 commit comments

Comments
 (0)