Skip to content

Commit

Permalink
increase time delay buffer (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
thilo-behnke authored and Stephan Krusche committed Sep 23, 2019
1 parent 4eadb94 commit b417c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ProgrammingExerciseScheduleServiceTest {

// When the scheduler is invoked, there is a small delay until the runnable is called.
// TODO: This could be improved by e.g. manually setting the system time instead of waiting for actual time to pass.
private final long SCHEDULER_TASK_TRIGGER_DELAY_MS = 10;
private final long SCHEDULER_TASK_TRIGGER_DELAY_MS = 100;

@BeforeEach
void init() {
Expand Down

0 comments on commit b417c41

Please sign in to comment.