forked from rosa/hakurei
internal/rosa/package/qemu: set TIMEOUT_MULTIPLIER
This uses the alpine linux value for now. The default timeouts make the test suite flaky under load. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -53,6 +53,10 @@ EOF
|
||||
sep = ",";
|
||||
};
|
||||
};
|
||||
|
||||
check = [
|
||||
"TIMEOUT_MULTIPLIER=5",
|
||||
];
|
||||
};
|
||||
|
||||
inputs = [
|
||||
|
||||
Reference in New Issue
Block a user