[DEV] reduce step time between migration
This commit is contained in:
parent
c99fb84ef4
commit
ba314a97ed
@ -105,9 +105,8 @@ public class MigrationSqlStep implements MigrationInterface {
|
||||
e.printStackTrace();
|
||||
}
|
||||
try {
|
||||
Thread.sleep(100);
|
||||
Thread.sleep(2);
|
||||
} catch (final InterruptedException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user