[DEV] reduce step time between migration

This commit is contained in:
Edouard DUPIN 2024-01-03 00:18:43 +01:00
parent c99fb84ef4
commit ba314a97ed

View File

@ -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();
}
}