Skip to content

all remaining tests failing with timeout after 30-ish tests pass #182

Description

@welelay

I have ~60 test scenarios.
I run them in sequence with gagarin -b.
After the 1st one, I run them with gagarin -B to reuse the build.
They are "fat" tests, ie. each may require 10-30 seconds to run.
The first ~30 will pass, but then gagarin will be stuck starting the 31st and all further tests will result in timeout at startup. This used to work before meteor 1.3.

The full list of options I give to gagarin is -t 150000 -l 150000 -T 20000 (ridiculously long timeouts).

The error is

 1) My test "before all" hook:
     Error: timeout of 150000ms exceeded
    at [object Object].<anonymous> (/usr/lib/node_modules/gagarin/node_modules/mocha/lib/runnable.js:158:19)
    at Timer.listOnTimeout (timers.js:92:15)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions