mirror of
https://github.com/UzixLS/migresia.git
synced 2025-07-18 23:01:21 +03:00
Increase timeouts
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
rollback/2,
|
rollback/2,
|
||||||
rollback_last/1]).
|
rollback_last/1]).
|
||||||
|
|
||||||
-define(TABLES_WAIT, 120000).
|
-define(TABLES_WAIT, 300000).
|
||||||
|
|
||||||
%%------------------------------------------------------------------------------
|
%%------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
-define(FILEPREFIX, "db_").
|
-define(FILEPREFIX, "db_").
|
||||||
-define(TABLE, schema_migrations).
|
-define(TABLE, schema_migrations).
|
||||||
-define(TABLE_WAIT, 5000).
|
-define(TABLE_WAIT, 50000).
|
||||||
%% Surely no migrations before the first commit in migresia
|
%% Surely no migrations before the first commit in migresia
|
||||||
-define(FIRST_TS, 20130404041545).
|
-define(FIRST_TS, 20130404041545).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user