Skip to content

Commit 143a965

Browse files
committed
Fix spec
1 parent 53c09ce commit 143a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/model/repository/settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
describe 'timeouts' do
6565
MAX = {
66-
off: { hard_limit: 50, log_silence: 10 },
66+
off: { hard_limit: 180, log_silence: 60 },
6767
on: { hard_limit: 180, log_silence: 60 }
6868
}
6969

0 commit comments

Comments
 (0)