Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Sep 13, 2024
1 parent b2577bf commit 38c16bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/github_pages_health_check/domain_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
)

# Confirm port 9986 was NOT hit (it is the FTP one)
expect(File.exist?(log_file)).to be_truthy
sleep(0.1) until File.exist?(log_file)
expect(File.read(log_file).strip).to eq("HIT 9988 HIT 9987")
end
end
Expand Down

0 comments on commit 38c16bb

Please sign in to comment.