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:
parent
1c6f187b47
commit
ffc8671e2d
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue