Skip to content

Commit 6e3a75f

Browse files
committed
test: reduce number of test cases to speed up tests
1 parent 1017e70 commit 6e3a75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ic-websocket-cdk/src/tests/integration_tests/c_ws_get_messages.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use super::utils::{
2121
};
2222

2323
proptest! {
24-
#![proptest_config(ProptestConfig::with_cases(50))]
24+
#![proptest_config(ProptestConfig::with_cases(10))]
2525

2626
#[test]
2727
fn test_1_non_registered_gateway_should_receive_empty_messages(ref test_gateway_principal in any::<u8>().prop_map(|_| common::generate_random_principal())) {

0 commit comments

Comments
 (0)