mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increate test timeout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user