2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 02:58:12 -07:00

Increase the sleeps for the template resource finder tests

This commit is contained in:
Geert Bevin 2023-01-16 16:36:12 -05:00
parent 1c6f187b47
commit ffc8671e2d

View file

@ -1372,7 +1372,7 @@ public class TestTemplateFactory {
// wait a second
try {
Thread.sleep(1000);
Thread.sleep(3000);
} catch (InterruptedException e) {
fail(ExceptionUtils.getExceptionStackTrace(e));
}
@ -1433,7 +1433,7 @@ public class TestTemplateFactory {
// wait a second
try {
Thread.sleep(1000);
Thread.sleep(3000);
} catch (InterruptedException e) {
fail(ExceptionUtils.getExceptionStackTrace(e));
}