Skip to content

Commit ebb77fc

Browse files
committed
adding sigma
1 parent 083b396 commit ebb77fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/core/middleware/request/retry_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def runtime
1717
expect(client.connection.get("blergh").status).to eq(200)
1818
}
1919

20-
expect(seconds).to be_within(0.2).of(1)
20+
expect(seconds).to be_within(0.3).of(1)
2121
end
2222
end
2323

0 commit comments

Comments
 (0)