Skip to content

Commit

Permalink
try adding some sleeps for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Oct 22, 2024
1 parent 4ef0f57 commit df8703b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/automerge-integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ hello_world_commit2 = "57b0aec49622faa962c6752d4bc39a62b91fe37c"
@test AutoMerge.has_label(labels, AutoMerge.BLOCKED_LABEL)
# Delete the comment & rerun
GitHub.delete_comment(repo, blocking_comment; auth=auth)
sleep(1)
merge()
sleep(1)
# Check we no longer have the blocked label
labels = GitHub.labels(repo, pr)
@test !AutoMerge.has_label(labels, AutoMerge.BLOCKED_LABEL)
Expand Down

0 comments on commit df8703b

Please sign in to comment.