Commit 6a7ede20 authored by gwenn's avatar gwenn

Try to fix Travis build

parent e5e54a83
......@@ -426,7 +426,7 @@ func TestCancel(t *testing.T) {
db := sqlCreate(ddl, t)
defer checkSqlDbClose(db, t)
for i := 0; i < 40; i++ {
for i := 0; i < 100; i++ {
_, err := db.Exec(insert, "Bart "+strconv.Itoa(i))
checkNoError(t, err, "Error updating data: %s")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment