Increased the channels test timeout (#17018)

Increased the channels test timeout
This commit is contained in:
Hans Muller 2018-04-26 14:09:23 -07:00 committed by GitHub
parent e62a6451f7
commit adf97fb58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();