summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-19 11:55:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-19 11:55:12 (GMT)
commitf4afe0dd31452463068eee153f95725108b66aa3 (patch)
treeb4f7faecd519512fba36ca9b9d1bc276c71e113f /.github
parent9616cdddf38053c87e9968c99a4ea3cf8a7108dc (diff)
parent7d012900cd3eee5f14e3ebd061726ffa3510550f (diff)
downloadtk-f4afe0dd31452463068eee153f95725108b66aa3.zip
tk-f4afe0dd31452463068eee153f95725108b66aa3.tar.gz
tk-f4afe0dd31452463068eee153f95725108b66aa3.tar.bz2
Merge 8.7. int -> TkAlignMode where appropriate
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/win-build.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 8270ed7..ee5d2e7 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -194,4 +194,4 @@ jobs:
echo "::error::Failure during Test"
exit 1
}
- timeout-minutes: 15
+ timeout-minutes: 10
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 396b4e4..2462a17 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -161,7 +161,7 @@ jobs:
echo "::error::Failure in ttk test results"
exit 1
}
- timeout-minutes: 15
+ timeout-minutes: 20
- name: Carry out trial installation
run: |
make install || {
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 96700af..62d3974 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -86,7 +86,7 @@ jobs:
env:
CI_BUILD_WITH_MSVC: 1
shell: bash
- timeout-minutes: 15
+ timeout-minutes: 10
- name: Build Help (${{ matrix.config }})
run: |
&nmake -f makefile.vc htmlhelp ${{ matrix.config }}
@@ -175,4 +175,4 @@ jobs:
echo "::error::Failure during Test"
exit 1
}
- timeout-minutes: 15
+ timeout-minutes: 10