Test CI fix
CI / build-and-test (push) Failing after 9s

This commit is contained in:
2026-04-28 17:25:36 +02:00
parent 75327c54f7
commit b42bd8b3f9
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ export EPICS_CAS_INTF_ADDR_LIST=127.0.0.1
export EPICS_CA_ADDR_LIST=127.0.0.1
export EPICS_CA_REPEATER_PORT=5065
export EPICS_CA_SERVER_PORT=5064
export EPICS_CA_BEACON_PERIOD=1
cd "$(dirname "$0")"
export IOCDIR=$(pwd)
-1
View File
@@ -85,7 +85,6 @@ class IocProcess {
};
int main() {
SEVCHK(ca_context_create(ca_enable_preemptive_callback), NULL);
using clock = std::chrono::steady_clock;
// Client setting for local testing