Skip to content

Commit 66cf3ab

Browse files
authored
Merge pull request #615 from larskanis/macos
Try to decrease the number of CI failures on Macos
2 parents 36a7b1a + 97d0718 commit 66cf3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/pg/result_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
it "raises an error if there is a timeout during streaming" do
297297
@conn.exec( "SET local statement_timeout = 20" )
298298

299-
@conn.send_query( "SELECT 1, true UNION ALL SELECT 2, (pg_sleep(0.1) IS NULL)" )
299+
@conn.send_query( "SELECT 1, true UNION ALL SELECT 2, (pg_sleep(0.3) IS NULL)" )
300300
@conn.send(*row_mode)
301301
expect{
302302
@conn.get_result.stream_each_row do |row|

0 commit comments

Comments
 (0)