Skip to content

Commit

Permalink
bump timeout for js export tests (#21717)
Browse files Browse the repository at this point in the history
Observed timing out on macos in #21712 and #21714
  • Loading branch information
cburroughs authored Dec 13, 2024
1 parent de2a583 commit e2fe9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/backend/javascript/goals/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python_tests(
"timeout": 240,
},
"export_test.py": {
"timeout": 240,
"tags": ["platform_specific_behavior"],
},
},
Expand Down

0 comments on commit e2fe9cf

Please sign in to comment.