still seeing occasional first page load problem. adding a bit more delay

This commit is contained in:
Kohsuke Kawaguchi 2012-05-08 18:45:41 -07:00
parent 41d315abc2
commit ad3f33f84d
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ class LocalJenkinsController < JenkinsController
@log_watcher = LogWatcher.new(@pipe,@log)
@log_watcher.wait_for_ready
# still seeing occasional first page load problem. adding a bit more delay
sleep 1
end
def stop