There was an error while loading. Please reload this page.
1 parent fa59ecd commit a08e89eCopy full SHA for a08e89e
1 file changed
src/sqlancer/yugabyte/ysql/YSQLProvider.java
@@ -224,6 +224,7 @@ private void createDatabaseSync(YSQLGlobalState globalState, String entryDatabas
224
try (Statement s = con.createStatement()) {
225
s.execute("DROP DATABASE IF EXISTS " + databaseName);
226
}
227
+ exceptionLessSleep(SAFETY_DELAY_MS);
228
229
s.execute(createDatabaseCommand);
230
0 commit comments