Skip to content

Commit

Permalink
Increase timeout for breakdown_reveal_mpc_proptest
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Jan 13, 2025
1 parent 8c715f4 commit 0ebdc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/protocol/hybrid/breakdown_reveal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ mod proptests {
} = input_struct;
let config = TestWorldConfig {
seed,
timeout: Some(Duration::from_secs(30)),
timeout: Some(Duration::from_secs(60)),
..Default::default()
};
let result = TestWorld::<WithShards<PROP_SHARDS>>::with_config(&config)
Expand Down

0 comments on commit 0ebdc45

Please sign in to comment.