Skip to content

Commit 6dd56ae

Browse files
author
magne
committed
chore: remove unnecessary wait in test
1 parent bd63777 commit 6dd56ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/rhea/connection.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { afterEach, beforeEach, describe, test } from "vitest"
22
import { use, expect } from "chai"
33
import chaiAsPromised from "chai-as-promised"
4-
import { host, port, username, password, numberOfConnections, eventually, wait } from "../../support/util.js"
4+
import { host, port, username, password, numberOfConnections, eventually } from "../../support/util.js"
55
import { Connection, ConnectionOptions, Container, create_container } from "rhea"
66

77
use(chaiAsPromised)
@@ -35,7 +35,6 @@ describe("Rhea tests", () => {
3535
username,
3636
password,
3737
})
38-
await wait(4000)
3938

4039
await eventually(async () => {
4140
await openSender(connection)

0 commit comments

Comments
 (0)