Skip to content

Commit

Permalink
Fix for issue #116. Timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey G. Grekhov committed Jul 7, 2017
1 parent 5d3034e commit a1bc06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LayoutTests/fast/css/max-device-aspect-ratio_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import "pwd.dart";
main() {
var count = 0;
var maxCount = 10;
var timeout = 100;
var timeout = 1000;

waitForStylesheetLoad()
{
Expand Down

0 comments on commit a1bc06a

Please sign in to comment.