speed up tests
This commit is contained in:
		
							parent
							
								
									d72c13d42c
								
							
						
					
					
						commit
						4b5b06b6fc
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -47,10 +47,6 @@ export async function restoreMastodonData () {
 | 
			
		|||
    console.log(JSON.stringify(action))
 | 
			
		||||
    let accessToken = users[action.user].accessToken
 | 
			
		||||
 | 
			
		||||
    if (action.post || action.boost) {
 | 
			
		||||
      await new Promise(resolve => setTimeout(resolve, 1100))
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (action.post) {
 | 
			
		||||
      let { text, media, sensitive, spoiler, privacy, inReplyTo, internalId } = action.post
 | 
			
		||||
      if (typeof inReplyTo !== 'undefined') {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue