We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36a7b1a + 97d0718 commit 66cf3abCopy full SHA for 66cf3ab
spec/pg/result_spec.rb
@@ -296,7 +296,7 @@
296
it "raises an error if there is a timeout during streaming" do
297
@conn.exec( "SET local statement_timeout = 20" )
298
299
- @conn.send_query( "SELECT 1, true UNION ALL SELECT 2, (pg_sleep(0.1) IS NULL)" )
+ @conn.send_query( "SELECT 1, true UNION ALL SELECT 2, (pg_sleep(0.3) IS NULL)" )
300
@conn.send(*row_mode)
301
expect{
302
@conn.get_result.stream_each_row do |row|
0 commit comments