index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
manual tests
/
8 timeout
/
sleepprog.c
blob: 8875e126a902713225aa6bc4b8c22a9754767774 (
plain
)
1
2
3
4
5
6
#include
<unistd.h>
int
main
(
void
)
{
sleep
(
1000
);
return
0
;
}