1
0
mirror of https://github.com/UzixLS/migresia.git synced 2025-07-18 14:51:33 +03:00

Increase timeouts

This commit is contained in:
Uzix
2018-09-13 11:12:24 +03:00
parent 48c0cd1175
commit b8cea56b3d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
rollback/2,
rollback_last/1]).
-define(TABLES_WAIT, 120000).
-define(TABLES_WAIT, 300000).
%%------------------------------------------------------------------------------

View File

@ -36,7 +36,7 @@
-define(FILEPREFIX, "db_").
-define(TABLE, schema_migrations).
-define(TABLE_WAIT, 5000).
-define(TABLE_WAIT, 50000).
%% Surely no migrations before the first commit in migresia
-define(FIRST_TS, 20130404041545).