Skip to content

Commit 929f519

Browse files
Slow test timeout
1 parent 4ce8d87 commit 929f519

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

test/connection.test.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
import { SQLiteCloudError } from '../src/index'
66
import { SQLiteCloudConnection, anonimizeCommand } from '../src/connection'
77
import { parseConnectionString } from '../src/utilities'
8-
import { CHINOOK_DATABASE_URL, LONG_TIMEOUT, getTestingConfig, getChinookConfig, getChinookConnection, WARN_SPEED_MS, EXPECT_SPEED_MS } from './shared'
8+
import {
9+
CHINOOK_DATABASE_URL,
10+
LONG_TIMEOUT,
11+
getTestingConfig,
12+
getChinookConfig,
13+
getChinookConnection,
14+
WARN_SPEED_MS,
15+
EXPECT_SPEED_MS,
16+
EXTRA_LONG_TIMEOUT
17+
} from './shared'
918

1019
describe('connection', () => {
1120
let chinook: SQLiteCloudConnection
@@ -254,7 +263,7 @@ describe('connection', () => {
254263
done()
255264
})
256265
},
257-
30 * 1000 // long timeout
266+
EXTRA_LONG_TIMEOUT
258267
)
259268
})
260269

0 commit comments

Comments
 (0)