Increase test timeout
This commit is contained in:
parent
ca4bd9667d
commit
0015924ad6
|
@ -21,7 +21,7 @@ describe('Test plugin action hooks', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(120000)
|
||||||
|
|
||||||
servers = await createMultipleServers(2)
|
servers = await createMultipleServers(2)
|
||||||
await setAccessTokensToServers(servers)
|
await setAccessTokensToServers(servers)
|
||||||
|
|
Loading…
Reference in New Issue