summaryrefslogtreecommitdiffstats
path: root/src/occ_405/gpu/gpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/gpu/gpu.c')
-rwxr-xr-xsrc/occ_405/gpu/gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/gpu/gpu.c b/src/occ_405/gpu/gpu.c
index 72697eb..6e01d67 100755
--- a/src/occ_405/gpu/gpu.c
+++ b/src/occ_405/gpu/gpu.c
@@ -51,7 +51,7 @@
// Number calls with assumption the GPU SM task is called every other tick
#define GPU_TEMP_READ_1S ( 1000000 / (MICS_PER_TICK * 2) )
-#define GPU_TIMEOUT ( 5000000 / (MICS_PER_TICK *2) )
+#define GPU_TIMEOUT ( 10000000 / (MICS_PER_TICK *2) )
#define GPU_TICKS_TO_100MS ( 100000 / (MICS_PER_TICK * 2) )
#define GPU_TICKS_TO_1S ( 1000000 / (MICS_PER_TICK * 2) )
OpenPOWER on IntegriCloud