Skip to content

Commit 8ce07bb

Browse files
committed
Reduce amount of open WebSockets in tests
Some tests executed queries in parallel and could cause transient failures when running in Firefox. Problem does not happen in other environments and is most likely caused by having a large number of open WebSockets at the same time. Tests moved to use async-await in order to make code simpler in chaining query executions.
1 parent e105ee4 commit 8ce07bb

File tree

2 files changed

+267
-268
lines changed

2 files changed

+267
-268
lines changed

0 commit comments

Comments
 (0)