Skip to content

Commit

Permalink
sleep for 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Jan 9, 2024
1 parent 73fcece commit 8033873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/tests/cache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
http.get(uri)
end

sleep 1

expect(response["Cache-Ttl"].to_i).to be < @config["ldap"]["cache"]["ttl"]
end
end

0 comments on commit 8033873

Please sign in to comment.