devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Group enroll testing delay, fixes #386 #387

Closed Fastjur closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 56.957% when pulling c25f0388c24cbbdbaf006310784fcd252919b78c on groupEnrollTestingDelay into 3bf90d0fb86b9b1a6f27ecf73371bb28ecd44d7f on master.

jwgmeligmeyling commented 8 years ago

@AZWN Can you review this?

AZWN commented 8 years ago

This is perfectly what I would have in mind :smile: Nice work!

One small remark: In the first commit message you say that the test will continue after the 5000 miliseconds timeout, but actually, it will throw a TimeoutException. For more info, see The Javadoc