We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083b396 commit ebb77fcCopy full SHA for ebb77fc
spec/core/middleware/request/retry_spec.rb
@@ -17,7 +17,7 @@ def runtime
17
expect(client.connection.get("blergh").status).to eq(200)
18
}
19
20
- expect(seconds).to be_within(0.2).of(1)
+ expect(seconds).to be_within(0.3).of(1)
21
end
22
23
0 commit comments