depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
timeout.builder.sh
blob: 5a7e088610023b670d64baf1d58f7e82895bed7b (
plain
) (
blame
)
1
2
echo
"
\`
timeout' builder entering an infinite loop"
while
true
; do
echo
foo
;
sleep 1
; done