Bump timeout to 1 minute on AtomApplication tests

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra
2016-08-12 17:45:59 +02:00
committed by Nathan Sobo
parent 336f6425da
commit 4bd644bea2

View File

@@ -11,7 +11,7 @@ import parseCommandLine from '../../src/main-process/parse-command-line'
const ATOM_RESOURCE_PATH = path.resolve(__dirname, '..', '..')
describe('AtomApplication', function () {
this.timeout(20000)
this.timeout(60 * 1000)
let originalAtomHome, atomApplicationsToDestroy