Skip to content
Snippets Groups Projects
Commit b30a429a authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Code review change for #80.

parent dbbdbd01
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ void main() {
test("even slower test", () {
// ...
}, timeout: new Timeout.factor(2))
}, timeout: new Timeout(const Duration(minutes: 1)));
}, timeout: new Timeout(new Duration(minutes: 1)));
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment