~pedronis/ubuntu-push/acceptanceclient-send-build-num

« back to all changes in this revision

Viewing changes to debian/config.json

  • Committer: Tarmac
  • Author(s): Bret Barker
  • Date: 2015-03-30 20:44:06 UTC
  • mfrom: (386.1.3 busy-sleep-hack)
  • Revision ID: tarmac-20150330204406-nejw3do0sk1uua0a
[r=pedronis] ref #1435109, add a hacky busy sleep loop to workaround go's sleep not accounting for suspended time

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    "poll_settle":      "20ms",
20
20
    "poll_net_wait":    "1m",
21
21
    "poll_polld_wait":  "3m",
22
 
    "poll_done_wait":   "5s"
 
22
    "poll_done_wait":   "5s",
 
23
    "poll_busy_wait":   "1s"
23
24
}