compilebox
compilebox copied to clipboard
Infinite loops!
See: http://stackoverflow.com/questions/28933925/docker-timeout-for-container
Basically, writing an infinite loop:
while True:
print "infinite loop"
Will cause the entire script to freeze up after a certain amount of runs. Anyone have any idea how to fix this? The timeout within DockerTimeout.sh doesn't seem to do anything.
Experiencing the same issue.
Issue still present