Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
Summary: fix flaky test

Reviewed By: quark-zju

Differential Revision: D64559629

fbshipit-source-id: 2aeb56ab8e6d1d091e0e34f9ab6d3a33841b6307
  • Loading branch information
Liubov Dmitrieva authored and facebook-github-bot committed Oct 17, 2024
1 parent d74007c commit c272b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$ start_and_wait_for_mononoke_server
$ hg clone -q mono:repo repo
$ cd repo
$ drawdag << 'EOF'
$ drawdag --parent-order=name << 'EOF'
> F # F/quux = random:30
> |\ # D/qux = random:30
> B D # C/baz = random:30
Expand Down

0 comments on commit c272b6e

Please sign in to comment.