This file is indexed.

/usr/share/doc/atheist/examples/timeout.test is in atheist 0.20110402-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
# -*- mode: python; coding: utf-8 -*-

Test('sleep 6', timeout=3, detach=True,
     desc='detached')

Test('sleep 6', timeout=3,
     desc='non detached')