Commit 15acf8ef authored by Devon Carew's avatar Devon Carew

increase test timeout

parent 6e076a35
......@@ -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