Skip to content

Commit 26fedd2

Browse files
committed
CI: raise timeouts
1 parent 06216fd commit 26fedd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Tests/GRDBTests/DatabaseMigratorTests.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DatabaseMigratorTests : GRDBTestCase {
2626
try! db.execute(sql: "CREATE TABLE t(a)")
2727
expectation.fulfill()
2828
})
29-
waitForExpectations(timeout: 1, handler: nil)
29+
waitForExpectations(timeout: 5, handler: nil)
3030
}
3131

3232
try Test(test)
@@ -141,7 +141,7 @@ class DatabaseMigratorTests : GRDBTestCase {
141141
expectation.fulfill()
142142
})
143143
})
144-
waitForExpectations(timeout: 1, handler: nil)
144+
waitForExpectations(timeout: 5, handler: nil)
145145
}
146146

147147
try Test(test)
@@ -224,7 +224,7 @@ class DatabaseMigratorTests : GRDBTestCase {
224224
})
225225

226226
semaphore.signal()
227-
waitForExpectations(timeout: 1, handler: nil)
227+
waitForExpectations(timeout: 5, handler: nil)
228228
cancellable.cancel()
229229
}
230230

@@ -252,7 +252,7 @@ class DatabaseMigratorTests : GRDBTestCase {
252252
})
253253

254254
semaphore.signal()
255-
waitForExpectations(timeout: 1, handler: nil)
255+
waitForExpectations(timeout: 5, handler: nil)
256256
cancellable.cancel()
257257
}
258258

@@ -282,7 +282,7 @@ class DatabaseMigratorTests : GRDBTestCase {
282282
expectation.fulfill()
283283
})
284284

285-
waitForExpectations(timeout: 1, handler: nil)
285+
waitForExpectations(timeout: 5, handler: nil)
286286
cancellable.cancel()
287287
}
288288

@@ -313,7 +313,7 @@ class DatabaseMigratorTests : GRDBTestCase {
313313
expectation.fulfill()
314314
})
315315

316-
waitForExpectations(timeout: 1, handler: nil)
316+
waitForExpectations(timeout: 5, handler: nil)
317317
cancellable.cancel()
318318
}
319319

@@ -427,7 +427,7 @@ class DatabaseMigratorTests : GRDBTestCase {
427427

428428
expectation.fulfill()
429429
})
430-
waitForExpectations(timeout: 1, handler: nil)
430+
waitForExpectations(timeout: 5, handler: nil)
431431
}
432432
}
433433

0 commit comments

Comments
 (0)