Skip to content

Commit

Permalink
Increased timeout for entire test from default of 30 seconds to 120 s…
Browse files Browse the repository at this point in the history
…econds.

(for slow running emulators in cloud)
  • Loading branch information
mmcc007 committed Mar 7, 2019
1 parent 6206345 commit b2afd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test_driver/main_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ void main() {

// increase timeout from 30 seconds for testing
// on slow running emulators in cloud
}, timeout: Timeout(Duration(seconds: 60)));
}, timeout: Timeout(Duration(seconds: 120)));
});
}

0 comments on commit b2afd7c

Please sign in to comment.