Skip to content

Commit 2fd69b8

Browse files
committed
Tests are still taking too long.
1 parent e32db09 commit 2fd69b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SQLite/Core/ConnectionPool.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
import Dispatch
2626
#if SQLITE_SWIFT_STANDALONE
27-
import sqlite3
27+
import sqlite3
2828
#else
29-
import CSQLite
29+
import CSQLite
3030
#endif
3131

3232

SQLiteTests/ConnectionPoolTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ConnectionPoolTests : SQLiteTestCase {
6262

6363
}
6464

65-
for x in 10..<1000 {
65+
for x in 10..<100 {
6666

6767
let name = "test" + String(x)
6868
let idx = Int(rand()) % threadCount

0 commit comments

Comments
 (0)