1
0
Fork 0

Shorten time

master
Philip O'Toole 8 months ago
parent adc11f0c1f
commit 21313a56bf

@ -573,7 +573,7 @@ func Test_SingleNodeQueryTimeout(t *testing.T) {
q := `SELECT key1, key_id, key2, key3, key4, key5, key6, data
FROM test_table
ORDER BY key2 ASC`
_, err = node.QueryWithTimeout(q, 1*time.Millisecond)
_, err = node.QueryWithTimeout(q, 1*time.Microsecond)
if err == nil {
t.Fatalf("query succeeded when it should have timed out")
}

Loading…
Cancel
Save