Skip to content

Commit e096966

Browse files
committed
Don't set base timeout to u64::MAX on test_end_to_end_listen_for_new_rounds
1 parent 20cb984 commit e096966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-service/tests/linera_net_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4577,7 +4577,7 @@ async fn test_end_to_end_listen_for_new_rounds(config: impl LineraNetConfig) ->
45774577
vec![100, 100],
45784578
0,
45794579
Amount::from_tokens(9),
4580-
u64::MAX,
4580+
10_000,
45814581
)
45824582
.await?;
45834583
client1.assign(owner1, chain2).await?;

0 commit comments

Comments
 (0)