Skip to content

Commit

Permalink
#835 wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jul 16, 2024
1 parent 3e6739c commit 86dbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/test_front.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_updates_list_of_remotes
def test_increments_score
FakeNode.new(log: fake_log).run(opts('--threads=1')) do |port|
3.times do |i|
assert_equal_wait(true, max: 60) do
assert_equal_wait(true, max: 120) do
response = Zold::Http.new(uri: "http://localhost:#{port}/").get
assert_equal(200, response.status, response.body)
score = Zold::Score.parse_json(Zold::JsonPage.new(response.body).to_hash['score'])
Expand Down

0 comments on commit 86dbef2

Please sign in to comment.