fixed "waiting for auth" issue in the test suite
This commit is contained in:
		
							parent
							
								
									47d5899058
								
							
						
					
					
						commit
						8e4efd9bba
					
				@ -37,7 +37,7 @@ module.exports = function (Y) {
 | 
				
			|||||||
            ps.push(self.users[name].y.db.whenTransactionsFinished())
 | 
					            ps.push(self.users[name].y.db.whenTransactionsFinished())
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          Promise.all(ps).then(resolve, reject)
 | 
					          Promise.all(ps).then(resolve, reject)
 | 
				
			||||||
        }, 0)
 | 
					        }, 10)
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    flushOne: function flushOne () {
 | 
					    flushOne: function flushOne () {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user