mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
tests: Increase timeout for test suites
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
c8bd26bebc
commit
0ff52751d8
@ -192,7 +192,6 @@ testTargetInvalid = {
|
||||
|
||||
describe 'deviceState', ->
|
||||
before ->
|
||||
@timeout(5000)
|
||||
prepare()
|
||||
@db = new DB()
|
||||
@config = new Config({ @db })
|
||||
|
@ -13,7 +13,6 @@ DeviceState = require('../src/device-state')
|
||||
APIBinder = require('../src/api-binder')
|
||||
|
||||
initModels = (filename) ->
|
||||
@timeout(5000)
|
||||
prepare()
|
||||
@db = new DB()
|
||||
@config = new Config({ @db, configPath: filename })
|
||||
|
@ -18,7 +18,6 @@ childProcess = require 'child_process'
|
||||
|
||||
describe 'DeviceConfig', ->
|
||||
before ->
|
||||
@timeout(5000)
|
||||
prepare()
|
||||
@fakeDB = {}
|
||||
@fakeConfig = {
|
||||
|
@ -117,7 +117,6 @@ dependentDBFormat = {
|
||||
|
||||
describe 'ApplicationManager', ->
|
||||
before ->
|
||||
@timeout(5000)
|
||||
prepare()
|
||||
@db = new DB()
|
||||
@config = new Config({ @db })
|
||||
|
@ -1,2 +1,3 @@
|
||||
--exit
|
||||
--timeout 30000
|
||||
build/test/*.js
|
||||
|
Loading…
Reference in New Issue
Block a user