Skip to content

Commit

Permalink
Attempt to fix timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Dec 10, 2021
1 parent 52f06ef commit d3c235a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/dom/wait_for_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -456,5 +456,6 @@ void main() {
}, timeout: asyncQueryTestTimeout);
});
});
});
// Attempt to fix flaky timeout failures in CI
}, tags: 'run-alone');
}

0 comments on commit d3c235a

Please sign in to comment.