Reduce a test timeout

The original value of 15 minutes was inherited from a larger suite. 5
should be sufficient, as a passing run is typically around 2 minutes.
This commit is contained in:
Philip Kuryloski 2021-09-21 10:16:38 +02:00
parent ddbd56b1d9
commit 6e6279eb2b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
]).
suite() ->
[{timetrap, {minutes, 15}}].
[{timetrap, {minutes, 5}}].
all() ->
[