zhjwpku commented on code in PR #812:
URL: https://github.com/apache/iceberg-cpp/pull/812#discussion_r3527266606


##########
.github/workflows/test.yml:
##########
@@ -39,11 +40,15 @@ env:
 jobs:
   ubuntu:
     if: ${{ github.event_name != 'pull_request' || 
github.event.pull_request.draft == false }}
-    name: AMD64 Ubuntu 26.04
+    name: AMD64 Ubuntu 26.04 (${{ matrix.cmake_build_type }})
     runs-on: ubuntu-26.04
-    timeout-minutes: 30
+    timeout-minutes: 60

Review Comment:
   Not really. Each build runs as its own job. I doubled that because this is a 
cold build, no cache can be utilized. Also, `RelWithDebInfo` may take longer 
since it's an -O2 build. It shouldn't take this long once it's merged into main 
and sccache starts taking effect.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to