Skip to content

Commit

Permalink
Increase timeout for directory deletion test
Browse files Browse the repository at this point in the history
Summary:
Attempt to fix intermittent test failures internally on the Watchman flavour of this test, running under Linux.

Changelog: Internal

Reviewed By: vzaidman

Differential Revision: D66161654

fbshipit-source-id: c5388e33e3fb341b416dac5d64e83f7422740c7c
  • Loading branch information
robhogan authored and facebook-github-bot committed Nov 19, 2024
1 parent b371180 commit 6859249
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ describe.each(Object.keys(WATCHERS))(
{rejectUnexpected: true},
);
},
// We see occasional failures in CI with default 5s timeout.
30000,
);
},
);

0 comments on commit 6859249

Please sign in to comment.