Timeout with sgx isn't really an error worth reporting

Stephen Paul Weber created

Change summary

bin/test_snikket_launch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

bin/test_snikket_launch 🔗

@@ -130,7 +130,7 @@ EM.run do
 		instance.delete
 	}.catch { |e|
 		p e
-		exit 1
+		exit(e == :timeout ? 0 : 1)
 	}.then {
 		puts "Delete instance success"
 		EM.stop