Skip to content

Commit

Permalink
Update testcase of boc
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdoctor123 committed Mar 16, 2024
1 parent a01b7de commit 3419ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homework/scripts/grade-boc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUNNERS=(
"cargo_asan"
"cargo_asan --release"
)
TIMEOUT=300s
TIMEOUT=180s
SCORE=0

echo "1. Basic tests"
Expand Down
2 changes: 1 addition & 1 deletion homework/tests/boc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ mod stress_test {
let (send_finish, recv_finish) = bounded(0);

rayon::spawn(move || {
assert_eq!(boc_fibonacci::fibonacci(32), 2178309);
assert_eq!(boc_fibonacci::fibonacci(30), 832040);
send_finish.send(()).unwrap();
});

Expand Down

0 comments on commit 3419ca6

Please sign in to comment.