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 329ae33 commit c05e115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LayoutTests/fast/css/max-device-aspect-ratio_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import "pwd.dart";
main() {
var count = 0;
var maxCount = 10;
var timeout = 100;
var timeout = 1000;

waitForStylesheetLoad()
{
count++;

print(count);
if (getComputedStyle(document.getElementById('description'), null).color == "rgb(0, 128, 0)") {
//shouldBe(getComputedStyle(document.getElementById('description'), null).color, 'rgb(0, 128, 0)');
asyncEnd();
Expand Down

0 comments on commit c05e115

Please sign in to comment.