mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Bump timeout to 1 minute on AtomApplication tests
Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
committed by
Nathan Sobo
parent
336f6425da
commit
4bd644bea2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user