Lines Matching refs:timeout
134 call assert_equal('ok', ch_evalexpr(handle, 'do normal', {'timeout': 100}))
176 call ch_setoptions(handle, {'timeout': 1111})
230 call assert_equal(v:none, ch_read(handle, {'timeout': 0}))
233 call assert_equal(v:none, ch_read(handle, {'timeout': 333}))
552 let reply = job->ch_evalraw("quit\n", {'timeout': 100})
617 let reply = ch_evalraw(job, "quit\n", {'timeout': 100})
1243 let timeout = 20000
1245 let timeout = 5000
1247 call WaitForAssert({-> assert_equal({'one': 1, 'two': 2, 'three': 3}, g:Ch_outobj)}, timeout)
1455 call assert_fails("let ch = ch_open('localhost:8765', {'timeout' : -1})",
2293 \ {'timeout' : 0},