@@ -26,7 +26,7 @@ class DatabaseMigratorTests : GRDBTestCase {
26
26
try ! db. execute ( sql: " CREATE TABLE t(a) " )
27
27
expectation. fulfill ( )
28
28
} )
29
- waitForExpectations ( timeout: 1 , handler: nil )
29
+ waitForExpectations ( timeout: 5 , handler: nil )
30
30
}
31
31
32
32
try Test ( test)
@@ -141,7 +141,7 @@ class DatabaseMigratorTests : GRDBTestCase {
141
141
expectation. fulfill ( )
142
142
} )
143
143
} )
144
- waitForExpectations ( timeout: 1 , handler: nil )
144
+ waitForExpectations ( timeout: 5 , handler: nil )
145
145
}
146
146
147
147
try Test ( test)
@@ -224,7 +224,7 @@ class DatabaseMigratorTests : GRDBTestCase {
224
224
} )
225
225
226
226
semaphore. signal ( )
227
- waitForExpectations ( timeout: 1 , handler: nil )
227
+ waitForExpectations ( timeout: 5 , handler: nil )
228
228
cancellable. cancel ( )
229
229
}
230
230
@@ -252,7 +252,7 @@ class DatabaseMigratorTests : GRDBTestCase {
252
252
} )
253
253
254
254
semaphore. signal ( )
255
- waitForExpectations ( timeout: 1 , handler: nil )
255
+ waitForExpectations ( timeout: 5 , handler: nil )
256
256
cancellable. cancel ( )
257
257
}
258
258
@@ -282,7 +282,7 @@ class DatabaseMigratorTests : GRDBTestCase {
282
282
expectation. fulfill ( )
283
283
} )
284
284
285
- waitForExpectations ( timeout: 1 , handler: nil )
285
+ waitForExpectations ( timeout: 5 , handler: nil )
286
286
cancellable. cancel ( )
287
287
}
288
288
@@ -313,7 +313,7 @@ class DatabaseMigratorTests : GRDBTestCase {
313
313
expectation. fulfill ( )
314
314
} )
315
315
316
- waitForExpectations ( timeout: 1 , handler: nil )
316
+ waitForExpectations ( timeout: 5 , handler: nil )
317
317
cancellable. cancel ( )
318
318
}
319
319
@@ -427,7 +427,7 @@ class DatabaseMigratorTests : GRDBTestCase {
427
427
428
428
expectation. fulfill ( )
429
429
} )
430
- waitForExpectations ( timeout: 1 , handler: nil )
430
+ waitForExpectations ( timeout: 5 , handler: nil )
431
431
}
432
432
}
433
433
0 commit comments