Increase max_bid

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#	modified:   monitor.py
#
# Untracked files:
#	debian/.debhelper/
#	debian/debhelper-build-stamp
#	debian/files
#	debian/reimage-node-manager.postinst.debhelper
#	debian/reimage-node-manager.postrm.debhelper
#	debian/reimage-node-manager.prerm.debhelper
#	debian/reimage-node-manager.substvars
#	debian/reimage-node-manager/
#
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
diff --git a/monitor.py b/monitor.py
index 11718a1..b3a751d 100755
--- a/monitor.py
+++ b/monitor.py
@@ -21,7 +21,7 @@ OVER_BID = 0.04
 # Minimum bid
 MIN_BID = 0.12
 # Maximum bid
-MAX_BID = 0.95
+MAX_BID = 1.50
 # max startup time a instance should take
 MAX_STARTUP_SEC = 45*60
 # if instances stopped before this time it is considered quick stop
