• A
    Increase deadlock_timeout to 100ms in FK isolation tests · d6db0e4e
    Alvaro Herrera 提交于
    The previous value of 20ms is dangerously close to the time actually
    spent just waiting for the deadlock to happen, so on occasion it causes
    the test to fail simply because the other session didn't get to run
    early enough, not managing to cause the deadlock that needs to be
    detected.  With this new value, it's expected that most machines on
    normal load will be able to pass the test.
    
    Author: Noah Misch
    d6db0e4e
fk-deadlock2.spec 1.9 KB