increase timeout
This commit is contained in:
		
							parent
							
								
									c0a2a1e8bf
								
							
						
					
					
						commit
						e4572a8066
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
const TIMEOUT = process.browser ? 15000 : 60000
 | 
			
		||||
const TIMEOUT = process.browser ? 20000 : 60000
 | 
			
		||||
 | 
			
		||||
function fetchWithTimeout (url, options) {
 | 
			
		||||
  return new Promise((resolve, reject) => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue