Skip to content

Commit

Permalink
interactive_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 2cdfcce commit 366466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interactive_judge/solution_slow.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int main(int argc, char** argv) {
scanf("%d", &b);

if (b == 4) {
sleep(10);
sleep(60);
}

printf("q 1\n");
Expand Down

0 comments on commit 366466b

Please sign in to comment.