Skip to content

Commit

Permalink
test: increase timeout to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 21, 2024
1 parent fba6ef8 commit 8af6776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/tests/fetch/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod online {

// we add few millis to duration to give chance to the server to time out before we kill request
let response = tokio::time::timeout(
TIMEOUT + Duration::from_millis(100),
TIMEOUT + Duration::from_secs(1),
request.execute(&sdk, settings),
)
.await
Expand Down

0 comments on commit 8af6776

Please sign in to comment.