Increased the channels test timeout (#17018)
Increased the channels test timeout
This commit is contained in:
parent
e62a6451f7
commit
adf97fb58f
@ -25,7 +25,7 @@ void main() {
|
|||||||
if (status != 'complete') {
|
if (status != 'complete') {
|
||||||
fail('Failed at step $step with status $status');
|
fail('Failed at step $step with status $status');
|
||||||
}
|
}
|
||||||
});
|
}, timeout: const Timeout(const Duration(minutes: 1)));
|
||||||
|
|
||||||
tearDownAll(() async {
|
tearDownAll(() async {
|
||||||
driver?.close();
|
driver?.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user