Unverified Commit adf97fb5 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Increased the channels test timeout (#17018)

Increased the channels test timeout
parent e62a6451
......@@ -25,7 +25,7 @@ void main() {
if (status != 'complete') {
fail('Failed at step $step with status $status');
}
});
}, timeout: const Timeout(const Duration(minutes: 1)));
tearDownAll(() async {
driver?.close();
......
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