mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(tests): Speeding up e2e tests
This commit is contained in:
+3
-1
@@ -104,7 +104,9 @@ class Server {
|
||||
// MIDDLEWARE END
|
||||
|
||||
// Delay startup to give the P2WDB time to start first, so that it accepts the webook call
|
||||
await this.sleep(20000)
|
||||
if (this.config.env !== 'test') {
|
||||
await this.sleep(20000)
|
||||
}
|
||||
|
||||
// Create webhook
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user