mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 11:08:11 -07:00
Increase the sleeps for the template resource finder tests
This commit is contained in:
parent
1c6f187b47
commit
ffc8671e2d
1 changed files with 2 additions and 2 deletions
|
@ -1372,7 +1372,7 @@ public class TestTemplateFactory {
|
||||||
|
|
||||||
// wait a second
|
// wait a second
|
||||||
try {
|
try {
|
||||||
Thread.sleep(1000);
|
Thread.sleep(3000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
fail(ExceptionUtils.getExceptionStackTrace(e));
|
fail(ExceptionUtils.getExceptionStackTrace(e));
|
||||||
}
|
}
|
||||||
|
@ -1433,7 +1433,7 @@ public class TestTemplateFactory {
|
||||||
|
|
||||||
// wait a second
|
// wait a second
|
||||||
try {
|
try {
|
||||||
Thread.sleep(1000);
|
Thread.sleep(3000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
fail(ExceptionUtils.getExceptionStackTrace(e));
|
fail(ExceptionUtils.getExceptionStackTrace(e));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue