Use 1 or 2 minute timeout for long specs
This commit is contained in:
parent
10386edea5
commit
f5f790863d
4 changed files with 3 additions and 6 deletions
|
@ -152,8 +152,6 @@ describe('chromium feature', function () {
|
|||
return
|
||||
}
|
||||
|
||||
this.timeout(20000)
|
||||
|
||||
it('returns a BrowserWindowProxy object', function () {
|
||||
var b = window.open('about:blank', '', 'show=no')
|
||||
assert.equal(b.closed, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue