Skip to content

Commit

Permalink
simple_judge_test: Adjust sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed May 12, 2024
1 parent 86f3c98 commit b993ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple_judge/solution_slow.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ int main(int argc, char** argv) {
int n;
scanf("%d", &n);
if (n >= 2) {
sleep(10);
sleep(60);
}
printf("%d\n", n * 42);
return 0;
Expand Down

0 comments on commit b993ad2

Please sign in to comment.