Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ targets:

- name: Linux web_tool_tests
recipe: flutter/flutter_drone
timeout: 90 # https://github.com/flutter/flutter/issues/169634
timeout: 60
properties:
dependencies: >-
[
Expand All @@ -2287,7 +2287,7 @@ targets:
subshard: "1_1"
tags: >
["framework", "hostonly", "shard", "linux"]
test_timeout_secs: "5400" # https://github.com/flutter/flutter/issues/162714
test_timeout_secs: "3600" # 60 minutes to match the global `timeout` property.
runIf:
- dev/**
- packages/flutter_tools/**
Expand Down Expand Up @@ -6686,6 +6686,7 @@ targets:
subshard: "2_2"
tags: >
["framework", "hostonly", "shard"]
test_timeout_secs: "3600" # 60 minutes to match the global `timeout` property.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change, which adds a test_timeout_secs to another test target, appears to be outside the scope of this pull request, which is focused on reducing the timeout for Linux web_tool_tests. To adhere to the principle of atomic commits and focused pull requests, it would be better to submit this change in a separate PR.

runIf:
- dev/**
- packages/flutter_tools/**
Expand Down
Loading