Commit 36ba2337 authored by Adam Barth's avatar Adam Barth

Merge pull request #150 from devoncarew/increase_timeout

increase test timeout
parents 6c241e38 15acf8ef
......@@ -44,6 +44,6 @@ defineTests() {
expect(exec.exitCode, 0);
},
// This test can take a while due to network requests.
timeout: new Timeout(new Duration(minutes: 2)));
timeout: new Timeout(new Duration(minutes: 3)));
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment