mirror of https://github.com/redis/redis.git
				
				
				
			New time limit for protocol desync test set to 30 seconds to reduce false positives.
This commit is contained in:
		
							parent
							
								
									a3f990818d
								
							
						
					
					
						commit
						4e7cc35f1a
					
				| 
						 | 
					@ -68,7 +68,7 @@ start_server {tags {"protocol"}} {
 | 
				
			||||||
            puts -nonewline $s $seq
 | 
					            puts -nonewline $s $seq
 | 
				
			||||||
            set payload [string repeat A 1024]"\n"
 | 
					            set payload [string repeat A 1024]"\n"
 | 
				
			||||||
            set test_start [clock seconds]
 | 
					            set test_start [clock seconds]
 | 
				
			||||||
            set test_time_limit 5
 | 
					            set test_time_limit 30
 | 
				
			||||||
            while 1 {
 | 
					            while 1 {
 | 
				
			||||||
                if {[catch {
 | 
					                if {[catch {
 | 
				
			||||||
                    puts -nonewline $s payload
 | 
					                    puts -nonewline $s payload
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue