Skip to content

Commit

Permalink
Kill this timeout. We really should just put these in a queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Aug 4, 2013
1 parent d62983d commit 517b933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcc-rtags-hook.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -z "$RTAGS_DISABLED" ] && [ -x "`which rc`" ]; then
rc --timeout=3000 --silent --compile "$ICECC_CXX" "$@" &
rc --silent --compile "$ICECC_CXX" "$@" &
fi

[ "$RTAGS_RMAKE" ] && exit 1
Expand Down

0 comments on commit 517b933

Please sign in to comment.