-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 4b07f76. ### Description I think we're flying a little too close to the sun with this one: https://github.com/vercel/turbo/actions/runs/7052873305/job/19199324958?pr=6649#step:7:721 I think the extra <1s when running this test is worth reducing the flakiness. ### Testing Instructions 👀 Closes TURBO-1821 Co-authored-by: Chris Olszewski <Chris Olszewski>
- Loading branch information
1 parent
a11d1a7
commit cdc5b3d
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
turborepo-tests/integration/tests/_fixtures/ordered/apps/my-app/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
turborepo-tests/integration/tests/_fixtures/ordered/packages/util/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "util", | ||
"scripts": { | ||
"build": "sleep 0.1 && echo building && sleep 0.5 && echo completed", | ||
"build": "sleep 0.5 && echo building && sleep 1 && echo completed", | ||
"fail": "echo failing; exit 1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters