Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
  • Loading branch information
0x009922 committed May 20, 2024
1 parent e3df8cd commit 248973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/integration/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ fn migration_should_cause_upgrade_event() {
.unwrap();

let data_model = receiver
.recv_timeout(Duration::from_secs(5))
.recv_timeout(Duration::from_secs(60))
.expect("should receive upgraded event immediately after upgrade");

assert_eq!(data_model.permissions.len(), 40);
Expand Down

0 comments on commit 248973e

Please sign in to comment.