From 9ce1e299d9aa8cb1547778aa63eb852957fa1f14 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 13 Sep 2024 15:00:36 -0700 Subject: [PATCH] dirty flakiness fix? --- spec/github_pages_health_check/domain_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/github_pages_health_check/domain_spec.rb b/spec/github_pages_health_check/domain_spec.rb index 554dc89..a6dceda 100644 --- a/spec/github_pages_health_check/domain_spec.rb +++ b/spec/github_pages_health_check/domain_spec.rb @@ -678,6 +678,7 @@ # Just truncate the file (without buffering to avoid flakiness) file.sync = true end + sleep(.5) # slow down just a little to limit flakiness too end it "it follows ftp if requested" do