mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 10:57:50 +00:00 
			
		
		
		
	extended config post request timeout from 100 to 240 seconds (#757)
Signed-off-by: anil-tegala <anil.tegala@candelatech.com> Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
		 Anil Kumar Tegala
					Anil Kumar Tegala
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							51726b20b3
						
					
				
				
					commit
					c98e79f515
				
			| @@ -1988,7 +1988,7 @@ class UProfileUtility: | ||||
|                                                     "Headers: " + str(self.sdk_client.make_headers())) | ||||
|  | ||||
|         resp = requests.post(uri, data=basic_cfg_str, headers=self.sdk_client.make_headers(), | ||||
|                              verify=False, timeout=100) | ||||
|                              verify=False, timeout=240) | ||||
|         self.sdk_client.check_response("POST", resp, self.sdk_client.make_headers(), basic_cfg_str, uri) | ||||
|         resp.close() | ||||
|         return resp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user