Skip to content

Commit b2afd7c

Browse files
committed
Increased timeout for entire test from default of 30 seconds to 120 seconds.
(for slow running emulators in cloud)
1 parent 6206345 commit b2afd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/test_driver/main_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ void main() {
4444

4545
// increase timeout from 30 seconds for testing
4646
// on slow running emulators in cloud
47-
}, timeout: Timeout(Duration(seconds: 60)));
47+
}, timeout: Timeout(Duration(seconds: 120)));
4848
});
4949
}

0 commit comments

Comments
 (0)