• K
    Fixed a test failure. · 957dbdf6
    Kohsuke Kawaguchi 提交于
    Turns out in the new executor on-demand code, queue maintenance happens so quickly that even when a job is submitted with delay 0,
    it can still fail the test if the check happens when "new GregorianCalendar()" returns the same value as "top.timestamp".
    
    I'm relaxing that check
    957dbdf6
Queue.java 70.6 KB