Increase tests timeout
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									6aa6546aaa
								
							
						
					
					
						commit
						807389ab0d
					
				| @ -8,20 +8,20 @@ const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'setup-buildx-')); | ||||
| describe('buildx', () => { | ||||
|   it('is available', async () => { | ||||
|     expect(await buildx.isAvailable()).toBe(true); | ||||
|   }); | ||||
|   }, 100000); | ||||
| 
 | ||||
|   it('count builders', async () => { | ||||
|     const countBuilders = await buildx.countBuilders(); | ||||
|     console.log(`countBuilders: ${countBuilders}`); | ||||
|     expect(countBuilders).toBeGreaterThan(0); | ||||
|   }); | ||||
|   }, 100000); | ||||
| 
 | ||||
|   it('platforms', async () => { | ||||
|     const platforms = await buildx.platforms(); | ||||
|     console.log(`platforms: ${platforms}`); | ||||
|     expect(platforms).not.toBeUndefined(); | ||||
|     expect(platforms).not.toEqual(''); | ||||
|   }); | ||||
|   }, 100000); | ||||
| 
 | ||||
|   it('acquires v0.2.2 version of buildx', async () => { | ||||
|     const buildxBin = await buildx.install('v0.2.2', tmpDir); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax