mirror of
				https://github.com/docker/compose.git
				synced 2025-10-31 11:14:02 +01:00 
			
		
		
		
	Give more time to github actions to run it
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
		
							parent
							
								
									4377bceb70
								
							
						
					
					
						commit
						a98acafeee
					
				| @ -36,9 +36,9 @@ func main() { | |||||||
| 		Expect(output).To(ContainSubstring("\"docker swarm join\" requires exactly 1 argument.")) | 		Expect(output).To(ContainSubstring("\"docker swarm join\" requires exactly 1 argument.")) | ||||||
| 	}) | 	}) | ||||||
| 
 | 
 | ||||||
| 	It("should run local container in less than 2 secs", func() { | 	It("should run local container in less than 5 secs", func() { | ||||||
| 		NewDockerCommand("pull", "hello-world").ExecOrDie() | 		NewDockerCommand("pull", "hello-world").ExecOrDie() | ||||||
| 		output := NewDockerCommand("run", "hello-world").WithTimeout(time.NewTimer(2 * time.Second).C).ExecOrDie() | 		output := NewDockerCommand("run", "hello-world").WithTimeout(time.NewTimer(5 * time.Second).C).ExecOrDie() | ||||||
| 		Expect(output).To(ContainSubstring("Hello from Docker!")) | 		Expect(output).To(ContainSubstring("Hello from Docker!")) | ||||||
| 	}) | 	}) | ||||||
| 
 | 
 | ||||||
| @ -49,7 +49,7 @@ func main() { | |||||||
| 
 | 
 | ||||||
| 	It("creates a new test context to hardcoded example backend", func() { | 	It("creates a new test context to hardcoded example backend", func() { | ||||||
| 		NewDockerCommand("context", "create", "test-example", "example").ExecOrDie() | 		NewDockerCommand("context", "create", "test-example", "example").ExecOrDie() | ||||||
| 		//Expect(output).To(ContainSubstring("test-example context acitest created")) | 		// Expect(output).To(ContainSubstring("test-example context acitest created")) | ||||||
| 	}) | 	}) | ||||||
| 	defer NewDockerCommand("context", "rm", "test-example").ExecOrDie() | 	defer NewDockerCommand("context", "rm", "test-example").ExecOrDie() | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user