]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increate test timeout
authorChocobozzz <me@florianbigard.com>
Tue, 9 Aug 2022 09:24:08 +0000 (11:24 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 9 Aug 2022 09:24:08 +0000 (11:24 +0200)
server/tests/api/server/plugins.ts

index 15c0937582f682c9c2fb19e84c4213ba1db6f55f..bb925a62407f77dfa4e53f469b84767e71b1aa80 100644 (file)
@@ -353,7 +353,7 @@ describe('Test plugins', function () {
   })
 
   it('Should rebuild native modules on Node ABI change', async function () {
-    this.timeout(50000)
+    this.timeout(60000)
 
     const removeNativeModule = async () => {
       await remove(join(baseNativeModule, 'build'))
@@ -377,6 +377,8 @@ describe('Test plugins', function () {
     await server.kill()
     await server.run()
 
+    await wait(3000)
+
     expect(await pathExists(join(baseNativeModule, 'build'))).to.be.true
     expect(await pathExists(join(baseNativeModule, 'prebuilds'))).to.be.true