Skip to content

Commit

Permalink
Docker: Abort AiiDA test after 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jan 20, 2020
1 parent 89607a6 commit eb50032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/scripts/test_aiida.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ cd /opt/aiida-cp2k/
set +e # disable error trapping for remainder of script
(
set -e # abort on error
ulimit -t 1800 # abort after 30 minutes
$AS_UBUNTU_USER py.test
)

Expand Down

0 comments on commit eb50032

Please sign in to comment.