Skip to content

Commit c64e73f

Browse files
Raising test33's time limit
1 parent 38555bf commit c64e73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/automaton.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,6 @@ mod tests {
263263
}
264264
#[test]
265265
fn test33_50_1000x1000(){
266-
testing(100, 50, 1000, 1000, TESTS_AMT);
266+
testing(200, 50, 1000, 1000, TESTS_AMT);
267267
}
268268
}

0 commit comments

Comments
 (0)