Skip to content

Commit

Permalink
240412.233449.HKT set timeout_in in .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 12, 2024
1 parent 7c8dcb5 commit 0a46029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ task:
# only_if: the task will not be created / triggered.
only_if: "changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"

timeout_in: 120m # There is a hard limit of 2 hours for free tasks.

matrix:
- name: AMD64 FreeBSD
freebsd_instance:
Expand Down
2 changes: 1 addition & 1 deletion fortran/uobyqa/update.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module update_uobyqa_mod
!
! Started: July 2020
!
! Last Modified: Thursday, April 11, 2024 AM10:29:32
! Last Modified: Thursday, April 11, 2024 PM06:37:06
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down

0 comments on commit 0a46029

Please sign in to comment.