We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0e98 commit 758f561Copy full SHA for 758f561
Tests/GRDBTests/ValueObservationTests.swift
@@ -728,11 +728,11 @@ class ValueObservationTests: GRDBTestCase {
728
})
729
}
730
731
- wait(for: [initialValueExpectation], timeout: 1)
+ wait(for: [initialValueExpectation], timeout: 5)
732
dbWriter.asyncWriteWithoutTransaction {
733
try! $0.execute(sql: "INSERT INTO t DEFAULT VALUES")
734
735
- wait(for: [changeExpectation], timeout: 1)
+ wait(for: [changeExpectation], timeout: 5)
736
737
// Cleanup
738
for cancellable in cancellables { cancellable.cancel() }
0 commit comments