Skip to content

Commit 0de51e4

Browse files
michalharakalclaude
andcommitted
test(smoke): bump Llama3LeafSmokeTest timeout from 5 to 10 minutes
Wall time on the dev box drifted to ~8.5 min, just past the 5 min cap. Loads + outputs are correct; only the timeout was firing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0fcd733 commit 0de51e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llm-test/llm-test-java/src/test/java/sk/ainet/transformers/java/Llama3LeafSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
class Llama3LeafSmokeTest {
3535

3636
@Test
37-
@Timeout(value = 5, unit = TimeUnit.MINUTES)
37+
@Timeout(value = 10, unit = TimeUnit.MINUTES)
3838
void leafEmbeddingAndLlama3GenerationBothWork() throws Exception {
3939
Path leafDir = resolveLeafModelDir();
4040
Path llamaPath = resolveLlama3Path();

0 commit comments

Comments
 (0)